From 4ccd1704681dba6039247cde3b56de64c565077d Mon Sep 17 00:00:00 2001 From: Gabriel Wicke Date: Fri, 2 Apr 2004 17:19:05 +0000 Subject: [PATCH] added margin-left and decreased mergin-bottom for dd's --- stylesheets/monobook/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/monobook/main.css b/stylesheets/monobook/main.css index af02582552..f3470ad448 100644 --- a/stylesheets/monobook/main.css +++ b/stylesheets/monobook/main.css @@ -167,7 +167,8 @@ dt a { dd { line-height: 1.5em; - margin-bottom: 1em; + margin-bottom: 0.8em; + margin-left: 1.4em; } dd a { text-decoration: none; -- 2.20.1